home *** CD-ROM | disk | FTP | other *** search
/ The Scientific Center / The Scientific Center.iso / pc / SE.DXR / Internal_104_micro_in.ls < prev    next >
Encoding:
Text File  |  1999-03-22  |  248 b   |  19 lines

  1. on mouseEnter me
  2.   set the ink of sprite the currentSpriteNum to 2
  3.   cursor(280)
  4. end
  5.  
  6. on mouseLeave me
  7.   cursor(-1)
  8.   set the ink of sprite the currentSpriteNum to 36
  9. end
  10.  
  11. on mouseDown me
  12.   beep()
  13.   go("i_mic")
  14. end
  15.  
  16. on mouseUp me
  17.   go("use_v")
  18. end
  19.